home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / sysstat.man < prev    next >
Encoding:
Text File  |  1992-12-07  |  3.5 KB  |  135 lines

  1.  
  2.  
  3.  
  4. SYSSTAT                   User Commands                   SYSSTAT
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      sysstat - print statistics and information about  the  state
  12.      of the system
  13.  
  14. SSYYNNOOPPSSIISS
  15.      ssyyssssttaatt [--vvccRR]
  16.  
  17. OOPPTTIIOONNSS
  18.      --vv            Print out the  compilation  version  timestamp
  19.                    for  the  kernel.   This  is the default if no
  20.                    options are specified.
  21.  
  22.      --cc            Print out the number of times each system call
  23.                    has been invoked.
  24.  
  25.      --pp _n          Enable or disable system call timing.
  26.  
  27.      --tt            For each system  call,  print  the  number  of
  28.                    calls and how much time was required.
  29.  
  30.      --RR            Reset the count and time information for  sys-
  31.                    tem calls.
  32.  
  33. _________________________________________________________________
  34.  
  35.  
  36. DDEESSCCRRIIPPTTIIOONN
  37.      This command prints out  statistics  and  other  information
  38.      about the system.
  39.  
  40. VVEERRSSIIOONN TTIIMMEESSTTAAMMPP
  41.      --vv   By default,  ssyyssssttaatt  prints  the  compilation  version
  42.           timestamp  for the kernel.  This is a unique identifier
  43.           indicating who compiled  the  kernel  and  when.   This
  44.           information  is printed if no options are specified, or
  45.           if the -_v  option is specified.
  46.  
  47. SSYYSSTTEEMM CCAALLLL SSTTAATTIISSTTIICCSS
  48.      --cc   This option indicates that  ssyyssssttaatt  should  display  a
  49.           count  of the number of times each system call has been
  50.           invoked.  For each call, the number of  invocations  is
  51.           printed  along  with an indication of whether the call,
  52.           if done by a migrated process, would be handled locally
  53.           or would require action by the process's _h_o_m_e _n_o_d_e.
  54.  
  55.      --tt   This option tells ssyyssssttaatt to display  for  each  system
  56.           call  the  number  of  times  the call was invoked, the
  57.           total time spent in that call,  and  the  average  time
  58.           spent  in  that  call.   Note  that  if  a  process  is
  59.           migrated, its system calls are  recorded  by  the  host
  60.           that  it is executing on, rather than by the home node.
  61.           Normally system call timing is turned off; use  the  --pp
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  December 7, 1992                   1
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. SYSSTAT                   User Commands                   SYSSTAT
  73.  
  74.  
  75.  
  76.           option to turn it on.
  77.  
  78.      --RR   This option causes ssyyssssttaatt reset the kernel's count  of
  79.           the  number of times each system call has been invoked,
  80.           as well as the accumulated time for each  system  call.
  81.           Thus,  subsequent invocations of ssyyssssttaatt with the --cc or
  82.           --tt option will report only activity since  the  invoca-
  83.           tion with the --RR option.
  84.  
  85.      --pp   This option controls whether Sprite keeps track of  how
  86.           much  time  each  system call takes.  To turn on system
  87.           call timing, use --pp 11; to turn it off, use --pp 00.
  88.  
  89. BBUUGGSS
  90.      System call timing is only available on ds5000s.
  91.  
  92. SSEEEE AALLSSOO
  93.      migcmd, fscmd
  94.  
  95. KKEEYYWWOORRDDSS
  96.      statistics, process migration, system call
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. Sprite v.1.0       Printed:  December 7, 1992                   2
  132.  
  133.  
  134.  
  135.